Escape character
noun
noun ·Rare ·Advanced level
Definitions
Noun
- 1 A single metacharacter, usually a control code, which in a sequence of characters signifies that what is to follow takes an alternative interpretation. The term escape sequence refers to the escape character and the subsequent character or characters so modified.
"In the C programming language, the backslash is an escape character; for example, \n represents a newline."
Synonyms
All synonymsExample
More examples"In the C programming language, the backslash is an escape character; for example, \n represents a newline."
Etymology
From escape + character.